home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / programm / gemfsc20 / gemfsc20.lzh / GEMFUNCS / WINXCALC.C < prev    next >
C/C++ Source or Header  |  1992-11-05  |  423b  |  16 lines

  1. /**************************************************************************
  2.  * WINXCALC.C - Extended wind_calc() function.
  3.  *************************************************************************/
  4.  
  5. #include "gemfintl.h"
  6.  
  7. short winx_calc(type, kind, inrect, poutrect)
  8.     short      type;
  9.     short      kind;
  10.     GRECT    inrect;
  11.     GRECT  *poutrect;
  12. {
  13.     return wind_calc(type, kind, RECTVALS(&inrect), RECTPTRS(poutrect));
  14. }
  15.  
  16.